IdeaBlade DevForce 2010 Help Reference
DataEntityPropertyGetInterceptorArgs<TInstance,TResult> Constructor(PropertyInterceptorArgs)
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > DataEntityPropertyGetInterceptorArgs<TInstance,TResult> Class > DataEntityPropertyGetInterceptorArgs<TInstance,TResult> Constructor : DataEntityPropertyGetInterceptorArgs<TInstance,TResult> Constructor(PropertyInterceptorArgs)



args
Creates an instance of this class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal args As PropertyInterceptorArgs _
)
Visual Basic (Usage)Copy Code
Dim args As PropertyInterceptorArgs
 
Dim instance As New DataEntityPropertyGetInterceptorArgs(Of TInstance,TResult)(args)
C# 
public DataEntityPropertyGetInterceptorArgs<TInstance,TResult>( 
   PropertyInterceptorArgs args
)
C++/CLI 
public:
DataEntityPropertyGetInterceptorArgs<TInstance,TResult>( 
   PropertyInterceptorArgs^ args
)

Parameters

args

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.